home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™94 / Talks & Papers / Michael D. Crawford↵ / Word Services SDK 1.0.5 / Writeswell Jr. Source / headers / TestBed.h < prev    next >
Text File  |  1992-10-23  |  1KB  |  32 lines

  1. /* TestBed.h
  2.  * Interface to functions in IAC Speller TestBed App.
  3.  * ©1992 Working Software, Inc.
  4.  * This source code is copyrighted.  Permission is granted to use the Word Services
  5.  * portion of the Writeswell Jr. source code in your own programs, but you 
  6.  * may not distribute the Writeswell Jr. word-processor code as a 
  7.  * commercial product.  If you modify the code, please do not call it 
  8.  * Writeswell Jr. (or Writeswell.)  This will ensure that people understand the 
  9.  * program and don’t have to deal with a number of different versions with 
  10.  * who-knows-what going on in the code.
  11.  * 
  12.  * Writeswell Jr. and Writeswell are trademarks of Working Software, Inc.
  13.  * 6 Sep 91 Mike Crawford
  14.  */
  15.  
  16. #define Desk_ID 401
  17.  
  18. #define kSendReplyTimeout 600            /* ten seconds */
  19.  
  20. void main( void );
  21. Boolean EventLoop( void );
  22. OSErr putUpMenus( void );
  23. Boolean DoNullEvent( EventRecord *theEventPtr );
  24. Boolean DoMouseUp( void );
  25. Boolean DoDiskEvt( void );
  26. Boolean DoHighLevelEvent( EventRecord *theEventPtr );
  27. pascal OSErr MyGetDataHandler( AppleEvent *theAppleEventPtr,
  28.                             AppleEvent *replyEventPtr,
  29.                             long refCon );
  30. void GetTERect( Rect *portRectPtr, Rect *txRectPtr );
  31. void UnloadForPrint( void );
  32.